Hello, I hate asking for help but I am really stuck. I would like use the sendmail command without saving a file. What I mean is currently in my C CGI programs I have
a line that would say something like: system ("sendmail alan@sonic.net < tempfile") I would like to get away from having to use a temp file and be able to just have
all the text go in right after. I don't like my programs doing disk access unless I just can't do anything else. If you have a better way of using sendmail without having to
save the text to a temp file first, please help... Thanks very, very much...